github.com/andybalholm/brotli.encoderParams.size_hint (field)
7 uses
github.com/andybalholm/brotli (current package)
encode.go#L472: decideOverLiteralContextModeling(data, uint(wrapped_last_flush_pos), bytes, mask, params.quality, params.size_hint, &num_literal_contexts, &literal_context_map)
encode.go#L601: params.size_hint = 0
encode.go#L1119: if s.params.size_hint == 0 {
encode.go#L1130: s.params.size_hint = uint(total)
params.go#L31: size_hint uint
quality.go#L136: } else if params.quality == 4 && params.size_hint >= 1<<20 {
quality.go#L148: } else if params.size_hint >= 1<<20 && params.lgwin >= 19 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |